Design System Css Base - Notes - Sprout - to Write - Design Systems - Css - Code
Generic CSS resets are a staring point, but what we also need is a system that generates the base styles from design tokens.
So this serves two purposes, getting us a base styles ike button and a, but also utility functions like for stuff like .button .link .h2,
This is useful specially with adding sensible defaults for CMS-generated content.
The overall idea is not to create a system for implementing every possible design, but a good, understandable staring point for implementing custom designs.
To read
- https://meyerweb.com/eric/tools/css/reset/
- https://groups.drupal.org/node/19817
- https://www.drupal.org/docs/develop/standards/css/css-architecture-for-drupal-8
- https://css-tricks.com/a-complete-guide-to-links-and-buttons/
- https://abookapart.com/products/css3-for-web-designers
- https://abookapart.com/products/html5-for-web-designers
- https://css-tricks.com/a-complete-guide-to-links-and-buttons/